home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / util / gnu / diff_2_3.lha / diff-2.3 / diff.info-3 (.txt) < prev    next >
GNU Info File  |  1993-05-19  |  46KB  |  906 lines

  1. This is Info file diff.info, produced by Makeinfo-1.54 from the input
  2. file ./diff.texi.
  3.    This file documents the the GNU `diff', `diff3', `sdiff', and `cmp'
  4. commands for showing the differences between text files and the `patch'
  5. command for using their output to update files.
  6.    Copyright (C) 1992, 1993 Free Software Foundation, Inc.
  7.    Permission is granted to make and distribute verbatim copies of this
  8. manual provided the copyright notice and this permission notice are
  9. preserved on all copies.
  10.    Permission is granted to copy and distribute modified versions of
  11. this manual under the conditions for verbatim copying, provided that
  12. the entire resulting derived work is distributed under the terms of a
  13. permission notice identical to this one.
  14.    Permission is granted to copy and distribute translations of this
  15. manual into another language, under the above conditions for modified
  16. versions, except that this permission notice may be stated in a
  17. translation approved by the Foundation.
  18. File: diff.info,  Node: diff Options,  Up: Invoking diff
  19. Options to `diff'
  20. =================
  21.    Below is a summary of all of the options that GNU `diff' accepts.
  22. Most options have two equivalent names, one of which is a single letter
  23. preceded by `-', and the other of which is a long name preceded by
  24. `--'.  Multiple single letter options (unless they take an argument)
  25. can be combined into a single command line word: `-ac' is equivalent to
  26. `-a -c'.  Long named options can be abbreviated to any unique prefix of
  27. their name.  Brackets ([ and ]) indicate that an option takes an
  28. optional argument.
  29. `-LINES'
  30.      Show LINES (an integer) lines of context.  This option does not
  31.      specify an output format by itself; it has no effect unless it is
  32.      combined with `-c' (*note Context Format::.) or `-u' (*note
  33.      Unified Format::.).  This option is obsolete.  For proper
  34.      operation, `patch' typically needs at least two lines of context.
  35.      Treat all files as text and compare them line-by-line, even if they
  36.      do not seem to be text.  *Note Binary::.
  37.      Ignore changes in amount of blank and tab whitespace.  *Note
  38.      Whitespace::.
  39.      Ignore changes that just insert or delete blank lines.  *Note
  40.      Blank Lines::.
  41. `--brief'
  42.      Report only whether the files differ, not the details of the
  43.      differences.  *Note Brief::.
  44.      Use the context output format.  *Note Context Format::.
  45. `-C LINES'
  46. `--context[=LINES]'
  47.      Use the context output format, showing LINES (an integer) lines of
  48.      context, or three if LINES is not given.  *Note Context Format::.
  49.      For proper operation, `patch' typically needs at least two lines of
  50.      context.
  51. `--changed-group-format=FORMAT'
  52.      Use FORMAT to output a line group containing differing lines from
  53.      both files in if-then-else format.  *Note Line Group Formats::.
  54.      Change the algorithm perhaps find a smaller set of changes.  This
  55.      makes `diff' slower (sometimes much slower).  *Note diff
  56.      Performance::.
  57. `-D NAME'
  58.      Make merged `#ifdef' format output, conditional on the preprocessor
  59.      macro NAME.  *Note If-then-else::.
  60. `--ed'
  61.      Make output that is a valid `ed' script.  *Note ed Scripts::.
  62. `--exclude=PATTERN'
  63.      When comparing directories, ignore files and subdirectories whose
  64.      basenames match PATTERN.  *Note Comparing Directories::.
  65. `--exclude-from=FILE'
  66.      When comparing directories, ignore files and subdirectories whose
  67.      basenames match any pattern contained in FILE.  *Note Comparing
  68.      Directories::.
  69. `--expand-tabs'
  70.      Expand tabs to spaces in the output, to preserve the alignment of
  71.      tabs in the input files.  *Note Tabs::.
  72.      Make output that looks vaguely like an `ed' script but has changes
  73.      in the order they appear in the file.  *Note Forward ed::.
  74. `-F REGEXP'
  75.      In context and unified format, for each hunk of differences, show
  76.      some of the last preceding line that matches REGEXP.  *Note
  77.      Specified Headings::.
  78. `--forward-ed'
  79.      Make output that looks vaguely like an `ed' script but has changes
  80.      in the order they appear in the file.  *Note Forward ed::.
  81.      This option currently has no effect; it is present for Unix
  82.      compatibility.
  83.      Use heuristics to speed handling of large files that have numerous
  84.      scattered small changes.  *Note diff Performance::.
  85. `--horizon-lines=LINES'
  86.      Do not discard the last LINES lines of the common prefix and the
  87.      first LINES lines of the common suffix.  *Note diff Performance::.
  88.      Ignore changes in case; consider upper- and lower-case letters
  89.      equivalent.  *Note Case Folding::.
  90. `-I REGEXP'
  91.      Ignore changes that just insert or delete lines that match REGEXP.
  92.      *Note Specified Folding::.
  93. `--ifdef=NAME'
  94.      Make merged if-then-else output using FORMAT.  *Note
  95.      If-then-else::.
  96. `--ignore-all-space'
  97.      Ignore whitespace when comparing lines.  *Note Whitespace::.
  98. `--ignore-blank-lines'
  99.      Ignore changes that just insert or delete blank lines.  *Note
  100.      Blank Lines::.
  101. `--ignore-case'
  102.      Ignore changes in case; consider upper- and lower-case to be the
  103.      same.  *Note Case Folding::.
  104. `--ignore-matching-lines=REGEXP'
  105.      Ignore changes that just insert or delete lines that match REGEXP.
  106.      *Note Specified Folding::.
  107. `--ignore-space-change'
  108.      Ignore changes in amount of blank and tab whitespace.  *Note
  109.      Whitespace::.
  110. `--initial-tab'
  111.      Output a tab rather than a space before the text of a line in
  112.      normal or context format.  This causes the alignment of tabs in
  113.      the line to look normal.  *Note Tabs::.
  114.      Pass the output through `pr' to paginate it.  *Note Pagination::.
  115. `-L LABEL'
  116.      Use LABEL instead of the file name in the context format (*note
  117.      Context Format::.) and unified format (*note Unified Format::.)
  118.      headers.  *Note RCS::.
  119. `--label=LABEL'
  120.      Use LABEL instead of the file name in the context format (*note
  121.      Context Format::.) and unified format (*note Unified Format::.)
  122.      headers.
  123. `--left-column'
  124.      Print only the left column of two common lines in side by side
  125.      format.  *Note Side by Side Format::.
  126. `--minimal'
  127.      Change the algorithm to perhaps find a smaller set of changes.
  128.      This makes `diff' slower (sometimes much slower).  *Note diff
  129.      Performance::.
  130.      Output RCS-format diffs; like `-f' except that each command
  131.      specifies the number of lines affected.  *Note RCS::.
  132. `--new-file'
  133.      In directory comparison, if a file is found in only one directory,
  134.      treat it as present but empty in the other directory.  *Note
  135.      Comparing Directories::.
  136. `--new-group-format=FORMAT'
  137.      Use FORMAT to output a group of lines taken from just the second
  138.      file in if-then-else format.  *Note Line Group Formats::.
  139. `--new-line-format=FORMAT'
  140.      Use FORMAT to output a line taken from just the second file in
  141.      if-then-else format.  *Note Line Formats::.
  142. `--old-group-format=FORMAT'
  143.      Use FORMAT to output a group of lines taken from just the first
  144.      file in if-then-else format.  *Note Line Group Formats::.
  145. `--old-line-format=FORMAT'
  146.      Use FORMAT to output a line taken from just the first file in
  147.      if-then-else format.  *Note Line Formats::.
  148.      Show which C function each change is in.  *Note C Function
  149.      Headings::.
  150.      When comparing directories, if a file appears only in the second
  151.      directory of the two, treat it as present but empty in the other.
  152.      *Note Comparing Directories::.
  153. `--paginate'
  154.      Pass the output through `pr' to paginate it.  *Note Pagination::.
  155.      Report only whether the files differ, not the details of the
  156.      differences.  *Note Brief::.
  157.      When comparing directories, recursively compare any subdirectories
  158.      found.  *Note Comparing Directories::.
  159. `--rcs'
  160.      Output RCS-format diffs; like `-f' except that each command
  161.      specifies the number of lines affected.  *Note RCS::.
  162. `--recursive'
  163.      When comparing directories, recursively compare any subdirectories
  164.      found.  *Note Comparing Directories::.
  165. `--report-identical-files'
  166.      Report when two files are the same.  *Note Comparing Directories::.
  167.      Report when two files are the same.  *Note Comparing Directories::.
  168. `-S FILE'
  169.      When comparing directories, start with the file FILE.  This is
  170.      used for resuming an aborted comparison.  *Note Comparing
  171.      Directories::.
  172. `--sdiff-merge-assist'
  173.      Print extra information to help `sdiff'.  `sdiff' uses this option
  174.      when it runs `diff'.  This option is not intended for users to use
  175.      directly.
  176. `--show-c-function'
  177.      Show which C function each change is in.  *Note C Function
  178.      Headings::.
  179. `--show-function-line=REGEXP'
  180.      In context and unified format, for each hunk of differences, show
  181.      some of the last preceding line that matches REGEXP.  *Note
  182.      Specified Headings::.
  183. `--side-by-side'
  184.      Use the side by side output format.  *Note Side by Side Format::.
  185. `--speed-large-files'
  186.      Use heuristics to speed handling of large files that have numerous
  187.      scattered small changes.  *Note diff Performance::.
  188. `--starting-file=FILE'
  189.      When comparing directories, start with the file FILE.  This is
  190.      used for resuming an aborted comparison.  *Note Comparing
  191.      Directories::.
  192. `--suppress-common-lines'
  193.      Do not print common lines in side by side format.  *Note Side by
  194.      Side Format::.
  195.      Expand tabs to spaces in the output, to preserve the alignment of
  196.      tabs in the input files.  *Note Tabs::.
  197.      Output a tab rather than a space before the text of a line in
  198.      normal or context format.  This causes the alignment of tabs in
  199.      the line to look normal.  *Note Tabs::.
  200. `--text'
  201.      Treat all files as text and compare them line-by-line, even if they
  202.      do not appear to be text.  *Note Binary::.
  203.      Use the unified output format.  *Note Unified Format::.
  204. `--unchanged-group-format=FORMAT'
  205.      Use FORMAT to output a group of common lines taken from both files
  206.      in if-then-else format.  *Note Line Group Formats::.
  207. `--unchanged-line-format=FORMAT'
  208.      Use FORMAT to output a line common to both files in if-then-else
  209.      format.  *Note Line Formats::.
  210. `--unidirectional-new-file'
  211.      When comparing directories, if a file appears only in the second
  212.      directory of the two, treat it as present but empty in the other.
  213.      *Note Comparing Directories::.
  214. `-U LINES'
  215. `--unified[=LINES]'
  216.      Use the unified output format, showing LINES (an integer) lines of
  217.      context, or three if LINES is not given.  *Note Unified Format::.
  218.      For proper operation, `patch' typically needs at least two lines of
  219.      context.
  220. `--version'
  221.      Output the version number of `diff'.
  222.      Ignore horizontal whitespace when comparing lines.  *Note
  223.      Whitespace::.
  224. `-W COLUMNS'
  225. `--width=COLUMNS'
  226.      Use an output width of COLUMNS in side by side format.  *Note Side
  227.      by Side Format::.
  228. `-x PATTERN'
  229.      When comparing directories, ignore files and subdirectories whose
  230.      basenames match PATTERN.  *Note Comparing Directories::.
  231. `-X FILE'
  232.      When comparing directories, ignore files and subdirectories whose
  233.      basenames match any pattern contained in FILE.  *Note Comparing
  234.      Directories::.
  235.      Use the side by side output format.  *Note Side by Side Format::.
  236. File: diff.info,  Node: Invoking diff3,  Next: Invoking patch,  Prev: Invoking diff,  Up: Top
  237. Invoking `diff3'
  238. ****************
  239.    The `diff3' command compares three files and outputs descriptions of
  240. their differences.  Its arguments are as follows:
  241.      diff3 OPTIONS... MINE OLDER YOURS
  242.    The files to compare are MINE, OLDER, and YOURS.  At most one of
  243. these three file names may be `-', which tells `diff3' to read the
  244. standard input for that file.
  245.    An exit status of 0 means `diff3' was successful, 1 means some
  246. conflicts were found, and 2 means trouble.
  247. * Menu:
  248. * diff3 Options::        Summary of options to `diff3'.
  249. File: diff.info,  Node: diff3 Options,  Up: Invoking diff3
  250. Options to `diff3'
  251. ==================
  252.    Below is a summary of all of the options that GNU `diff3' accepts.
  253. Multiple single letter options (unless they take an argument) can be
  254. combined into a single command line argument.
  255.      Treat all files as text and compare them line-by-line, even if they
  256.      do not appear to be text.  *Note Binary::.
  257.      Incorporate all changes from OLDER to YOURS into MINE, surrounding
  258.      all conflicts with bracket lines.  *Note Marking Conflicts::.
  259.      Generate an `ed' script that incorporates all the changes from
  260.      OLDER to YOURS into MINE.  *Note Which Changes::.
  261.      Like `-e', except bracket lines from overlapping changes' first
  262.      and third files.  *Note Marking Conflicts::.  With `-e', an
  263.      overlapping change looks like this:
  264.           <<<<<<< MINE
  265.           lines from MINE
  266.           =======
  267.           lines from YOURS
  268.           >>>>>>> YOURS
  269. `--ed'
  270.      Generate an `ed' script that incorporates all the changes from
  271.      OLDER to YOURS into MINE.  *Note Which Changes::.
  272. `--easy-only'
  273.      Like `-e', except output only the nonoverlapping changes.  *Note
  274.      Which Changes::.
  275.      Generate `w' and `q' commands at the end of the `ed' script for
  276.      System V compatibility.  This option must be combined with one of
  277.      the `-AeExX3' options, and may not be combined with `-m'.  *Note
  278.      Saving the Changed File::.
  279. `-L LABEL'
  280. `--label=LABEL'
  281.      Use the label LABEL for the brackets output by the `-A', `-E' and
  282.      `-X' options.  This option may be given up to three times, one for
  283.      each input file.  The default labels are the names of the input
  284.      files.  Thus `diff3 -L X -L Y -L Z -m A B C' acts like `diff3 -m A
  285.      B C', except that the output looks like it came from files named
  286.      `X', `Y' and `Z' rather than from files named `A', `B' and `C'.
  287.      *Note Marking Conflicts::.
  288. `--merge'
  289.      Apply the edit script to the first file and send the result to
  290.      standard output.  Unlike piping the output from `diff3' to `ed',
  291.      this works even for binary files and incomplete lines.  `-A' is
  292.      assumed if no edit script option is specified.  *Note Bypassing
  293.      ed::.
  294. `--overlap-only'
  295.      Like `-e', except output only the overlapping changes.  *Note
  296.      Which Changes::.
  297. `--show-all'
  298.      Incorporate all unmerged changes from OLDER to YOURS into MINE,
  299.      surrounding all overlapping changes with bracket lines.  *Note
  300.      Marking Conflicts::.
  301. `--show-overlap'
  302.      Like `-e', except bracket lines from overlapping changes' first
  303.      and third files.  *Note Marking Conflicts::.
  304. `--text'
  305.      Treat all files as text and compare them line-by-line, even if they
  306.      do not appear to be text.  *Note Binary::.
  307. `--version'
  308.      Output the version number of `diff3'.
  309.      Like `-e', except output only the overlapping changes.  *Note
  310.      Which Changes::.
  311.      Like `-E', except output only the overlapping changes.  In other
  312.      words, like `-x', except bracket changes as in `-E'.  *Note
  313.      Marking Conflicts::.
  314.      Like `-e', except output only the nonoverlapping changes.  *Note
  315.      Which Changes::.
  316. File: diff.info,  Node: Invoking patch,  Next: Invoking sdiff,  Prev: Invoking diff3,  Up: Top
  317. Invoking `patch'
  318. ****************
  319.    Normally `patch' is invoked like this:
  320.      patch <PATCHFILE
  321.    The full format for invoking `patch' is:
  322.      patch OPTIONS... [ORIGFILE [PATCHFILE]] [+ OPTIONS... [ORIGFILE]]...
  323.    If you do not specify PATCHFILE, or if PATCHFILE is `-', `patch'
  324. reads the patch (that is, the `diff' output) from the standard input.
  325.    You can specify one or more of the original files as ORIG arguments;
  326. each one and options for interpreting it is separated from the others
  327. with a `+'.  *Note Multiple Patches::, for more information.
  328.    If you do not specify an input file on the command line, `patch'
  329. tries to figure out from the "leading text" (any text in the patch that
  330. comes before the `diff' output) which file to edit.  In the header of a
  331. context or unified diff, `patch' looks in lines beginning with `***',
  332. `---', or `+++'; among those, it chooses the shortest name of an
  333. existing file.  Otherwise, if there is an `Index:' line in the leading
  334. text, `patch' tries to use the file name from that line.  If `patch'
  335. cannot figure out the name of an existing file from the leading text,
  336. it prompts you for the name of the file to patch.
  337.    If the input file does not exist or is read-only, and a suitable RCS
  338. or SCCS file exists, `patch' attempts to check out or get the file
  339. before proceeding.
  340.    By default, `patch' replaces the original input file with the
  341. patched version, after renaming the original file into a backup file
  342. (*note Backups::., for a description of how `patch' names backup
  343. files).  You can also specify where to put the output with the `-o
  344. OUTPUT-FILE' or `--output=OUTPUT-FILE' option.
  345. * Menu:
  346. * patch Directories::    Changing directory and stripping paths.
  347. * Backups::        Backup file names.
  348. * Rejects::        Reject file names.
  349. * patch Options::    Summary table of options to `patch'.
  350. File: diff.info,  Node: patch Directories,  Next: Backups,  Up: Invoking patch
  351. Applying Patches in Other Directories
  352. =====================================
  353.    The `-d DIRECTORY' or `--directory=DIRECTORY' option to `patch'
  354. makes directory DIRECTORY the current directory for interpreting both
  355. file names in the patch file, and file names given as arguments to
  356. other options (such as `-B' and `-o').  For example, while in a news
  357. reading program, you can patch a file in the `/usr/src/emacs' directory
  358. directly from the article containing the patch like this:
  359.      | patch -d /usr/src/emacs
  360.    Sometimes the file names given in a patch contain leading
  361. directories, but you keep your files in a directory different from the
  362. one given in the patch.  In those cases, you can use the `-p[NUMBER]'
  363. or `--strip[=NUMBER]' option to set the file name strip count to
  364. NUMBER.  The strip count tells `patch' how many slashes, along with the
  365. directory names between them, to strip from the front of file names.
  366. `-p' with no NUMBER given is equivalent to `-p0'.  By default, `patch'
  367. strips off all leading paths, leaving just the base file names, except
  368. that when a file name given in the patch is a relative path and all of
  369. its leading directories already exist, `patch' does not strip off the
  370. leading path.  (A "relative" path is one that does not start with a
  371. slash.)
  372.    `patch' looks for each file (after any slashes have been stripped)
  373. in the current directory, or if you used the `-d DIRECTORY' option, in
  374. that directory.
  375.    For example, suppose the file name in the patch file is
  376. `/gnu/src/emacs/etc/NEWS'.  Using `-p' or `-p0' gives the entire file
  377. name unmodified, `-p1' gives `gnu/src/emacs/etc/NEWS' (no leading
  378. slash), `-p4' gives `etc/NEWS', and not specifying `-p' at all gives
  379. `NEWS'.
  380. File: diff.info,  Node: Backups,  Next: Rejects,  Prev: patch Directories,  Up: Invoking patch
  381. Backup File Names
  382. =================
  383.    Normally, `patch' renames an original input file into a backup file
  384. by appending to its name the extension `.orig', or `~' on systems that
  385. do not support long file names.  The `-b BACKUP-SUFFIX' or
  386. `--suffix=BACKUP-SUFFIX' option uses BACKUP-SUFFIX as the backup
  387. extension instead.
  388.    Alternately, you can specify the extension for backup files with the
  389. `SIMPLE_BACKUP_SUFFIX' environment variable, which the options override.
  390.    `patch' can also create numbered backup files the way GNU Emacs
  391. does.  With this method, instead of having a single backup of each file,
  392. `patch' makes a new backup file name each time it patches a file.  For
  393. example, the backups of a file named `sink' would be called,
  394. successively, `sink.~1~', `sink.~2~', `sink.~3~', etc.
  395.    The `-V BACKUP-STYLE' or `--version-control=BACKUP-STYLE' option
  396. takes as an argument a method for creating backup file names.  You can
  397. alternately control the type of backups that `patch' makes with the
  398. `VERSION_CONTROL' environment variable, which the `-V' option
  399. overrides.  The value of the `VERSION_CONTROL' environment variable and
  400. the argument to the `-V' option are like the GNU Emacs
  401. `version-control' variable (*note emacs: Backups., for more information
  402. on backup versions in Emacs).  They also recognize synonyms that are
  403. more descriptive.  The valid values are listed below; unique
  404. abbreviations are acceptable.
  405. `numbered'
  406.      Always make numbered backups.
  407. `nil'
  408. `existing'
  409.      Make numbered backups of files that already have them, simple
  410.      backups of the others.  This is the default.
  411. `never'
  412. `simple'
  413.      Always make simple backups.
  414.    Alternately, you can tell `patch' to prepend a prefix, such as a
  415. directory name, to produce backup file names.  The `-B BACKUP-PREFIX'
  416. or `--prefix=BACKUP-PREFIX' option makes backup files by prepending
  417. BACKUP-PREFIX to them.  If you use this option, `patch' ignores any
  418. `-b' option that you give.
  419.    If the backup file already exists, `patch' creates a new backup file
  420. name by changing the first lowercase letter in the last component of
  421. the file name into uppercase.  If there are no more lowercase letters
  422. in the name, it removes the first character from the name.  It repeats
  423. this process until it comes up with a backup file name that does not
  424. already exist.
  425.    If you specify the output file with the `-o' option, that file is
  426. the one that is backed up, not the input file.
  427. File: diff.info,  Node: Rejects,  Next: patch Options,  Prev: Backups,  Up: Invoking patch
  428. Reject File Names
  429. =================
  430.    The names for reject files (files containing patches that `patch'
  431. could not find a place to apply) are normally the name of the output
  432. file with `.rej' appended (or `#' on systems that do not support long
  433. file names).
  434.    Alternatively, you can tell `patch' to place all of the rejected
  435. patches in a single file.  The `-r REJECT-FILE' or
  436. `--reject-file=REJECT-FILE' option uses REJECT-FILE as the reject file
  437. name.
  438. File: diff.info,  Node: patch Options,  Prev: Rejects,  Up: Invoking patch
  439. Options to `patch'
  440. ==================
  441.    Here is a summary of all of the options that `patch' accepts.  Older
  442. versions of `patch' do not accept long-named options or the `-t', `-E',
  443. or `-V' options.
  444.    Multiple single-letter options that do not take an argument can be
  445. combined into a single command line argument (with only one dash).
  446. Brackets ([ and ]) indicate that an option takes an optional argument.
  447. `-b BACKUP-SUFFIX'
  448.      Use BACKUP-SUFFIX as the backup extension instead of `.orig' or
  449.      `~'.  *Note Backups::.
  450. `-B BACKUP-PREFIX'
  451.      Use BACKUP-PREFIX as a prefix to the backup file name.  If this
  452.      option is specified, any `-b' option is ignored.  *Note Backups::.
  453. `--batch'
  454.      Do not ask any questions.  *Note patch Messages::.
  455. `--context'
  456.      Interpret the patch file as a context diff.  *Note patch Input::.
  457. `-d DIRECTORY'
  458. `--directory=DIRECTORY'
  459.      Makes directory DIRECTORY the current directory for interpreting
  460.      both file names in the patch file, and file names given as
  461.      arguments to other options.  *Note patch Directories::.
  462. `-D NAME'
  463.      Make merged if-then-else output using FORMAT.  *Note
  464.      If-then-else::.
  465. `--debug=NUMBER'
  466.      Set internal debugging flags.  Of interest only to `patch'
  467.      patchers.
  468. `--ed'
  469.      Interpret the patch file as an `ed' script.  *Note patch Input::.
  470.      Remove output files that are empty after the patches have been
  471.      applied.  *Note Empty Files::.
  472.      Assume that the user knows exactly what he or she is doing, and do
  473.      not ask any questions.  *Note patch Messages::.
  474. `-F LINES'
  475.      Set the maximum fuzz factor to LINES.  *Note Inexact::.
  476. `--force'
  477.      Assume that the user knows exactly what he or she is doing, and do
  478.      not ask any questions.  *Note patch Messages::.
  479. `--forward'
  480.      Ignore patches that `patch' thinks are reversed or already applied.
  481.      See also `-R'.  *Note Reversed Patches::.
  482. `--fuzz=LINES'
  483.      Set the maximum fuzz factor to LINES.  *Note Inexact::.
  484. `--ifdef=NAME'
  485.      Make merged if-then-else output using FORMAT.  *Note
  486.      If-then-else::.
  487. `--ignore-whitespace'
  488.      Let any sequence of whitespace in the patch file match any
  489.      sequence of whitespace in the input file.  *Note Changed
  490.      Whitespace::.
  491. `--normal'
  492.      Interpret the patch file as a normal diff.  *Note patch Input::.
  493.      Ignore patches that `patch' thinks are reversed or already applied.
  494.      See also `-R'.  *Note Reversed Patches::.
  495. `-o OUTPUT-FILE'
  496. `--output=OUTPUT-FILE'
  497.      Use OUTPUT-FILE as the output file name.  *Note patch Options::.
  498. `-p[NUMBER]'
  499.      Set the file name strip count to NUMBER.  *Note patch
  500.      Directories::.
  501. `--prefix=BACKUP-PREFIX'
  502.      Use BACKUP-PREFIX as a prefix to the backup file name.  If this
  503.      option is specified, any `-b' option is ignored.  *Note Backups::.
  504. `--quiet'
  505.      Work silently unless an error occurs.  *Note patch Messages::.
  506. `-r REJECT-FILE'
  507.      Use REJECT-FILE as the reject file name.  *Note Rejects::.
  508.      Assume that this patch was created with the old and new files
  509.      swapped.  *Note Reversed Patches::.
  510. `--reject-file=REJECT-FILE'
  511.      Use REJECT-FILE as the reject file name.  *Note Rejects::.
  512. `--remove-empty-files'
  513.      Remove output files that are empty after the patches have been
  514.      applied.  *Note Empty Files::.
  515. `--reverse'
  516.      Assume that this patch was created with the old and new files
  517.      swapped.  *Note Reversed Patches::.
  518.      Work silently unless an error occurs.  *Note patch Messages::.
  519.      Ignore this patch from the patch file, but continue looking for
  520.      the next patch in the file.  *Note Multiple Patches::.
  521. `--silent'
  522.      Work silently unless an error occurs.  *Note patch Messages::.
  523. `--skip'
  524.      Ignore this patch from the patch file, but continue looking for
  525.      the next patch in the file.  *Note Multiple Patches::.
  526. `--strip[=NUMBER]'
  527.      Set the file name strip count to NUMBER.  *Note patch
  528.      Directories::.
  529. `--suffix=BACKUP-SUFFIX'
  530.      Use BACKUP-SUFFIX as the backup extension instead of `.orig' or
  531.      `~'.  *Note Backups::.
  532.      Do not ask any questions.  *Note patch Messages::.
  533. `--unified'
  534.      Interpret the patch file as a unified diff.  *Note patch Input::.
  535.      Output the revision header and patch level of `patch'.
  536. `-V BACKUP-STYLE'
  537.      Select the kind of backups to make.  *Note Backups::.
  538. `--version'
  539.      Output the revision header and patch level of `patch'.
  540. `--version=control=BACKUP-STYLE'
  541.      Select the kind of backups to make.  *Note Backups::.
  542. `-x NUMBER'
  543.      Set internal debugging flags.  Of interest only to `patch'
  544.      patchers.
  545. File: diff.info,  Node: Invoking sdiff,  Next: Incomplete Lines,  Prev: Invoking patch,  Up: Top
  546. Invoking `sdiff'
  547. ****************
  548.    The `sdiff' command merges two files and interactively outputs the
  549. results.  Its arguments are as follows:
  550.      sdiff -o OUTFILE OPTIONS... FROM-FILE TO-FILE
  551.    This merges FROM-FILE with TO-FILE, with output to OUTFILE.  If
  552. FROM-FILE is a directory and TO-FILE is not, `sdiff' compares the file
  553. in FROM-FILE whose file name is that of TO-FILE, and vice versa.
  554. fROM-FILE and TO-FILE may not both be directories.
  555.    `sdiff' options begin with `-', so normally FROM-FILE and TO-FILE
  556. may not begin with `-'.  However, `--' as an argument by itself treats
  557. the remaining arguments as file names even if they begin with `-'.  You
  558. may not use `-' as an input file.
  559.    An exit status of 0 means no differences were found, 1 means some
  560. differences were found, and 2 means trouble.
  561.    `sdiff' without `-o' (or `--output') produces a side-by-side
  562. difference.  This usage is obsolete; use `diff --side-by-side' instead.
  563. * Menu:
  564. * sdiff Options::    Summary of options to `diff'.
  565. File: diff.info,  Node: sdiff Options,  Up: Invoking sdiff
  566. Options to `sdiff'
  567. ==================
  568.    Below is a summary of all of the options that GNU `sdiff' accepts.
  569. Each option has two equivalent names, one of which is a single letter
  570. preceded by `-', and the other of which is a long name preceded by
  571. `--'.  Multiple single letter options (unless they take an argument)
  572. can be combined into a single command line argument.  Long named
  573. options can be abbreviated to any unique prefix of their name.
  574.      Treat all files as text and compare them line-by-line, even if they
  575.      do not appear to be text.  *Note Binary::.
  576.      Ignore changes in amount of blank and tab whitespace.  *Note
  577.      Whitespace::.
  578.      Ignore changes that just insert or delete blank lines.  *Note
  579.      Blank Lines::.
  580.      Change the algorithm to perhaps find a smaller set of changes.
  581.      This makes `sdiff' slower (sometimes much slower).  *Note diff
  582.      Performance::.
  583.      Use heuristics to speed handling of large files that have numerous
  584.      scattered small changes.  *Note diff Performance::.
  585. `--expand-tabs'
  586.      Expand tabs to spaces in the output, to preserve the alignment of
  587.      tabs in the input files.  *Note Tabs::.
  588.      Ignore changes in case; consider upper- and lower-case to be the
  589.      same.  *Note Case Folding::.
  590. `-I REGEXP'
  591.      Ignore changes that just insert or delete lines that match REGEXP.
  592.      *Note Specified Folding::.
  593. `--ignore-all-space'
  594.      Ignore whitespace when comparing lines.  *Note Whitespace::.
  595. `--ignore-blank-lines'
  596.      Ignore changes that just insert or delete blank lines.  *Note
  597.      Blank Lines::.
  598. `--ignore-case'
  599.      Ignore changes in case; consider upper- and lower-case to be the
  600.      same.  *Note Case Folding::.
  601. `--ignore-matching-lines=REGEXP'
  602.      Ignore changes that just insert or delete lines that match REGEXP.
  603.      *Note Specified Folding::.
  604. `--ignore-space-change'
  605.      Ignore changes in amount of blank and tab whitespace.  *Note
  606.      Whitespace::.
  607. `--left-column'
  608.      Print only the left column of two common lines.  *Note Side by
  609.      Side Format::.
  610. `--minimal'
  611.      Change the algorithm to perhaps find a smaller set of changes.
  612.      This makes `sdiff' slower (sometimes much slower).  *Note diff
  613.      Performance::.
  614. `-o FILE'
  615. `--output=FILE'
  616.      Put merged output into FILE.  This option is required for merging.
  617. `--suppress-common-lines'
  618.      Do not print common lines.  *Note Side by Side Format::.
  619. `--speed-large-files'
  620.      Use heuristics to speed handling of large files that have numerous
  621.      scattered small changes.  *Note diff Performance::.
  622.      Expand tabs to spaces in the output, to preserve the alignment of
  623.      tabs in the input files.  *Note Tabs::.
  624. `--text'
  625.      Treat all files as text and compare them line-by-line, even if they
  626.      do not appear to be text.  *Note Binary::.
  627. `--version'
  628.      Output the version number of `sdiff'.
  629. `-w COLUMNS'
  630. `--width=COLUMNS'
  631.      Use an output width of COLUMNS.  *Note Side by Side Format::.
  632.      Note that for historical reasons, this option is `-W' in `diff',
  633.      `-w' in `sdiff'.
  634.      Ignore horizontal whitespace when comparing lines.  *Note
  635.      Whitespace::.  Note that for historical reasons, this option is
  636.      `-w' in `diff', `-W' in `sdiff'.
  637. File: diff.info,  Node: Incomplete Lines,  Next: Projects,  Prev: Invoking sdiff,  Up: Top
  638. Incomplete Lines
  639. ****************
  640.    When an input file ends in a non-newline character, its last line is
  641. called an "incomplete line" because its last character is not a
  642. newline.  All other lines are called "full lines" and end in a newline
  643. character.  Incomplete lines do not match full lines unless differences
  644. in blank lines are ignored (*note Blank Lines::.).
  645.    An incomplete line is normally distinguished on output from a full
  646. line by a following line that starts with `\'.  However, the RCS format
  647. (*note RCS::.) outputs the incomplete line as-is, without any trailing
  648. newline or following line.  The side by side format normally represents
  649. incomplete lines as-is, but in some cases uses a `\' or `/' gutter
  650. marker; *Note Side by Side::.  The if-then-else line format preserves a
  651. line's incompleteness with `%L', and discards the newline with `%l';
  652. *Note Line Formats::.  Finally, with the `ed' and forward `ed' output
  653. formats (*note Output Formats::.) `diff' cannot represent an incomplete
  654. line, so it pretends there was a newline and reports an error.
  655.    For example, suppose `F' and `G' are one-byte files that contain
  656. just `f' and `g', respectively.  Then `diff F G' outputs
  657.      1c1
  658.      < f
  659.      \ No newline at end of file
  660.      ---
  661.      > g
  662.      \ No newline at end of file
  663. (The exact message may differ in non-English locales.) `diff -n F G'
  664. outputs the following without a trailing newline:
  665.      d1 1
  666.      a1 1
  667.      g
  668.    `diff -e F G' reports two errors and outputs the following:
  669.      1c
  670.      g
  671.      .
  672. File: diff.info,  Node: Projects,  Next: Concept Index,  Prev: Incomplete Lines,  Up: Top
  673. Future Projects
  674. ***************
  675.    Here are some ideas for improving GNU `diff' and `patch'.  The GNU
  676. project has identified some improvements as potential programming
  677. projects for volunteers.  You can also help by reporting any bugs that
  678. you find.
  679.    If you are a programmer and would like to contribute something to the
  680. GNU project, please consider volunteering for one of these projects.  If
  681. you are seriously contemplating work, please write to
  682. `gnu@prep.ai.mit.edu' to coordinate with other volunteers.
  683. * Menu:
  684. * Shortcomings::    Suggested projects for improvements.
  685. * Bugs::        Reporting bugs.
  686. File: diff.info,  Node: Shortcomings,  Next: Bugs,  Up: Projects
  687. Suggested Projects for Improving GNU `diff' and `patch'
  688. =======================================================
  689.    One should be able to use GNU `diff' to generate a patch from any
  690. pair of directory trees, and given the patch and a copy of one such
  691. tree, use `patch' to generate a faithful copy of the other.
  692. Unfortunately, some changes to directory trees cannot be expressed using
  693. current patch formats; also, `patch' does not handle some of the
  694. existing formats.  These shortcomings motivate the following suggested
  695. projects.
  696. * Menu:
  697. * Changing Structure::    Handling changes to the directory structure.
  698. * Special Files::    Handling symbolic links, device special files, etc.
  699. * Unusual File Names::    Handling file names that contain unusual characters.
  700. * Arbitrary Limits::    Patching non-text files.
  701. * Large Files::        Handling files that do not fit in memory.
  702. * Ignoring Changes::    Ignoring certain changes while showing others.
  703. File: diff.info,  Node: Changing Structure,  Next: Special Files,  Up: Shortcomings
  704. Handling Changes to the Directory Structure
  705. -------------------------------------------
  706.    `diff' and `patch' do not handle some changes to directory
  707. structure.  For example, suppose one directory tree contains a directory
  708. named `D' with some subsidiary files, and another contains a file with
  709. the same name `D'.  `diff -r' does not output enough information for
  710. `patch' to transform the the directory subtree into the file.
  711.    There should be a way to specify that a file has been deleted without
  712. having to include its entire contents in the patch file.  There should
  713. also be a way to tell `patch' that a file was renamed, even if there is
  714. no way for `diff' to generate such information.
  715.    These problems can be fixed by extending the `diff' output format to
  716. represent changes in directory structure, and extending `patch' to
  717. understand these extensions.
  718. File: diff.info,  Node: Special Files,  Next: Unusual File Names,  Prev: Changing Structure,  Up: Shortcomings
  719. Files that are Neither Directories Nor Regular Files
  720. ----------------------------------------------------
  721.    Some files are neither directories nor regular files: they are
  722. unusual files like symbolic links, device special files, named pipes,
  723. and sockets.  Currently, `diff' treats all these files like regular
  724. files.  However, this means that `patch' cannot represent changes to
  725. such files.  For example, if you change which file a symbolic link
  726. points to, `diff' outputs the difference between the two files, instead
  727. of the change to the symbolic link.
  728.    `diff' should optionally report changes to special files specially,
  729. and `patch' should be extended to understand these extensions.
  730. File: diff.info,  Node: Unusual File Names,  Next: Arbitrary Limits,  Prev: Special Files,  Up: Shortcomings
  731. File Names that Contain Unusual Characters
  732. ------------------------------------------
  733.    When a file name contains an unusual character like a newline or
  734. whitespace, `diff -r' generates a patch that `patch' cannot parse.  The
  735. problem is with format of `diff' output, not just with `patch', because
  736. with odd enough file names one can cause `diff' to generate a patch
  737. that is syntactically correct but patches the wrong files.  The format
  738. of `diff' output should be extended to handle all possible file names.
  739. File: diff.info,  Node: Arbitrary Limits,  Next: Large Files,  Prev: Unusual File Names,  Up: Shortcomings
  740. Arbitrary Limits
  741. ----------------
  742.    GNU `diff' can analyze files with arbitrarily long lines and files
  743. that end in incomplete lines.  However, `patch' cannot patch such
  744. files.  The `patch' internal limits on line lengths should be removed,
  745. and `patch' should be extended to parse `diff' reports of incomplete
  746. lines.
  747. File: diff.info,  Node: Large Files,  Next: Ignoring Changes,  Prev: Arbitrary Limits,  Up: Shortcomings
  748. Handling Files that Do Not Fit in Memory
  749. ----------------------------------------
  750.    `diff' operates by reading both files into memory.  This method
  751. fails if the files are too large, and `diff' should have a fallback.
  752.    One way to do this is to scan the files sequentially to compute hash
  753. codes of the lines and put the lines in equivalence classes based only
  754. on hash code.  Then compare the files normally.  This does produce some
  755. false matches.
  756.    Then scan the two files sequentially again, checking each match to
  757. see whether it is real.  When a match is not real, mark both the
  758. "matching" lines as changed.  Then build an edit script as usual.
  759.    The output routines would have to be changed to scan the files
  760. sequentially looking for the text to print.
  761. File: diff.info,  Node: Ignoring Changes,  Prev: Large Files,  Up: Shortcomings
  762. Ignoring Certain Changes
  763. ------------------------
  764.    It would be nice to have a feature for specifying two strings, one in
  765. FROM-FILE and one in TO-FILE, which should be considered to match.
  766. Thus, if the two strings are `foo' and `bar', then if two lines differ
  767. only in that `foo' in file 1 corresponds to `bar' in file 2, the lines
  768. are treated as identical.
  769.    It is not clear how general this feature can or should be, or what
  770. syntax should be used for it.
  771. File: diff.info,  Node: Bugs,  Prev: Shortcomings,  Up: Projects
  772. Reporting Bugs
  773. ==============
  774.    If you think you have found a bug in GNU `cmp', `diff', `diff3',
  775. `sdiff', or `patch', please report it by electronic mail to
  776. `bug-gnu-utils@prep.ai.mit.edu'.  Send as precise a description of the
  777. problem as you can, including sample input files that produce the bug,
  778. if applicable.
  779.    Because Larry Wall has not released a new version of `patch' since
  780. mid 1988 and the GNU version of `patch' has been changed since then,
  781. please send bug reports for `patch' by electronic mail to both
  782. `bug-gnu-utils@prep.ai.mit.edu' and `lwall@netlabs.com'.
  783. File: diff.info,  Node: Concept Index,  Prev: Projects,  Up: Top
  784. Concept Index
  785. *************
  786. * Menu:
  787. * cmp invocation:                       Invoking cmp.
  788. * cmp options:                          cmp Options.
  789. * diff3 hunks:                          diff3 Hunks.
  790. * diff3 invocation:                     Invoking diff3.
  791. * diff3 options:                        diff3 Options.
  792. * diff3 sample input:                   Sample diff3 Input.
  793. * diff invocation:                      Invoking diff.
  794. * diff options:                         diff Options.
  795. * diff sample input:                    Sample diff Input.
  796. * ed script output format:              ed Scripts.
  797. * ifdef output format:                  If-then-else.
  798. * patch input format:                   patch Input.
  799. * patch invocation:                     Invoking patch.
  800. * patch messages and questions:         patch Messages.
  801. * patch options:                        patch Options.
  802. * sdiff invocation:                     Invoking sdiff.
  803. * sdiff options:                        sdiff Options.
  804. * sdiff output format:                  sdiff Option Summary.
  805. * ! output format:                      Context.
  806. * +- output format:                     Unified Format.
  807. * <<<<<<< for marking conflicts:        Marking Conflicts.
  808. * < output format:                      Normal.
  809. * aligning tabstops:                    Tabs.
  810. * alternate file names:                 Alternate Names.
  811. * backup file names:                    Backups.
  812. * binary file diff:                     Binary.
  813. * binary file patching:                 Arbitrary Limits.
  814. * blank and tab difference suppression: Whitespace.
  815. * blank line difference suppression:    Blank Lines.
  816. * brief difference reports:             Brief.
  817. * bug reports:                          Bugs.
  818. * C function headings:                  C Function Headings.
  819. * C if-then-else output format:         If-then-else.
  820. * case difference suppression:          Case Folding.
  821. * columnar output:                      Side by Side.
  822. * comparing three files:                Comparing Three Files.
  823. * conflict:                             diff3 Merging.
  824. * conflict marking:                     Marking Conflicts.
  825. * context output format:                Context.
  826. * diagnostics from patch:               patch Messages.
  827. * diff merging:                         Interactive Merging.
  828. * directories and patch:                patch Directories.
  829. * directory structure changes:          Changing Structure.
  830. * empty files, removing:                Empty Files.
  831. * file name alternates:                 Alternate Names.
  832. * file names with unusual characters:   Unusual File Names.
  833. * format of diff3 output:               Comparing Three Files.
  834. * format of diff output:                Output Formats.
  835. * formats for if-then-else line groups: Line Group Formats.
  836. * forward ed script output format:      Forward ed.
  837. * full lines:                           Incomplete Lines.
  838. * function headings, C:                 C Function Headings.
  839. * fuzz factor when patching:            Inexact.
  840. * headings:                             Sections.
  841. * hunks:                                Hunks.
  842. * hunks for diff3:                      diff3 Hunks.
  843. * if-then-else output format:           If-then-else.
  844. * imperfect patch application:          Imperfect.
  845. * incomplete line merging:              Merging Incomplete Lines.
  846. * incomplete lines:                     Incomplete Lines.
  847. * inexact patches:                      Inexact.
  848. * interactive merging:                  Interactive Merging.
  849. * introduction:                         Comparison.
  850. * invoking cmp:                         Invoking cmp.
  851. * invoking diff3:                       Invoking diff3.
  852. * invoking diff:                        Invoking diff.
  853. * invoking patch:                       Invoking patch.
  854. * invoking sdiff:                       Invoking sdiff.
  855. * large files:                          Large Files.
  856. * line formats:                         Line Formats.
  857. * line group formats:                   Line Group Formats.
  858. * merge commands:                       Merge Commands.
  859. * merged diff3 format:                  Bypassing ed.
  860. * merged output format:                 If-then-else.
  861. * merging from a common ancestor:       diff3 Merging.
  862. * merging interactively:                Merge Commands.
  863. * messages from patch:                  patch Messages.
  864. * multiple patches:                     Multiple Patches.
  865. * newline treatment by diff:            Incomplete Lines.
  866. * normal output format:                 Normal.
  867. * options for cmp:                      cmp Options.
  868. * options for diff3:                    diff3 Options.
  869. * options for diff:                     diff Options.
  870. * options for patch:                    patch Options.
  871. * options for sdiff:                    sdiff Options.
  872. * output formats:                       Output Formats.
  873. * overlap:                              diff3 Merging.
  874. * overlapping change, selection of:     Which Changes.
  875. * overview of diff and patch:           Overview.
  876. * paginating diff output:               Pagination.
  877. * patch making tips:                    Making Patches.
  878. * patching directories:                 patch Directories.
  879. * performance of diff:                  diff Performance.
  880. * projects for directories:             Shortcomings.
  881. * RCS script output format:             RCS.
  882. * regular expression matching headings: Specified Headings.
  883. * regular expression suppression:       Specified Folding.
  884. * reject file names:                    Rejects.
  885. * removing empty files:                 Empty Files.
  886. * reporting bugs:                       Bugs.
  887. * reversed patches:                     Reversed Patches.
  888. * sample input for diff3:               Sample diff3 Input.
  889. * sample input for diff:                Sample diff Input.
  890. * script output formats:                Scripts.
  891. * section headings:                     Sections.
  892. * side by side:                         Side by Side.
  893. * side by side format:                  Side by Side Format.
  894. * special files:                        Special Files.
  895. * specified headings:                   Specified Headings.
  896. * summarizing which files differ:       Brief.
  897. * System V diff3 compatibility:         Saving the Changed File.
  898. * tab and blank difference suppression: Whitespace.
  899. * tabstop alignment:                    Tabs.
  900. * text versus binary diff:              Binary.
  901. * tips for patch making:                Making Patches.
  902. * two-column output:                    Side by Side.
  903. * unified output format:                Unified Format.
  904. * unmerged change:                      Which Changes.
  905. * whitespace in patches:                Changed Whitespace.
  906.